If you would like to execute a command or launch an application upon FWCalendar completing either a
monthly or yearly calendar, then set the LaunchM
(to execute a command after completing a monthly
calendar) or LaunchY
(to execute a command after completing a full-year calendar) variable. You'll
want to have an understanding of ARexx to do this, since the LaunchM
/LaunchY
variable is simply
INTERPRET
ed. Some possibilities might be:
LaunchM = 'call "'scriptdir'FWCAddEvent.rexx"'
For Final Writer or PageStream, can be used with LaunchM or LaunchY:
LaunchM = 'address command "delete >NIL: "Storage" all force quiet"'
For Final Writer, can be used with LaunchM or LaunchY:
LaunchM = 'SAVE'
LaunchM = 'INSERT GRAPHIC'
For PageStream, can be used with LaunchM or LaunchY:
LaunchM = 'SAVEDOCUMENT DEFAULT'
LaunchM = 'PLACEGRAPHIC'
LaunchM = 'SELECTOBJECT ALL; GROUP; EXPORTGRAPHIC'